*{
	padding: 0;
	margin: 0;}
html{
    background: #FFF;}
body{
    height: 210px;
    width: 100%;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#1862EF,
endColorStr=#FFF); /*ie*/ 
    background:-moz-linear-gradient(left,#1862EF,#FFF);/*火狐*/ 
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#1862EF), to(#FFF));/*谷歌*/
    background: -webkit-linear-gradient(top, #B01512, #FFF);   
    background: -o-linear-gradient(top, #1862EF, #FFF);   
    background: -ms-linear-gradient(top, #1862EF, #FFF);   
    background: linear-gradient(top, #1862EF, #FFF);}
body a {
    font-size: 16px;
    text-decoration: none;
    color: black;
    font-family:Microsoft YaHei;}
body a:hover{
   font-size:16px;
   text-decoration:none;
   font-family:Microsoft YaHei;}
body .top-nav a:hover {
    font-size: 20px;}
/*顶部logo*/
.top-logo{
	height: 170px; 
	width: 100%;}
.top-logo-contain{
	height: 100%;
	width: 1050px;
	margin: 0 auto;}
/*i顶部导航栏*/
.top-nav{
	height: 60px;
	width: 100%; 
        background-color: #B01512;}
.top-nav-contain{
	height: 100%;
	width: 1050px;
	margin: 0 auto;}
.layui-nav {
    position: relative;
    border-radius: 2px;
    font-size: 0;
    box-sizing: border-box
;}
.layui-nav * {
    font-size: 20px
;}
.layui-nav .layui-nav-item {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    line-height: 60px;
    width: 130px;
    text-align: center;}
.layui-nav .layui-nav-item a {
    display: block;
    padding: 0 20px;
    color: #fff;
    font-weight:bold;
    transition: all .3s;
    -webkit-transition: all .3s
;}
.top-nav-contain a:link{
	text-decoration: none;}
/*中部列表项*/
.list{
    height: 780px;
    width: 100%;}
.list-contain{
    width: 1050px;
    height: 100%;
    margin: 0 auto;
    background-color:#F2F2F2;}
.list-contain-col1{
    width: 341px;
    height: 100%;
    margin-right:8px;}
.list-contain-col2{
    width: 690px;
    height: 100%;}
.float_left{
    float: left;}
.float_right{
    float: right;}
.clear{
    clear: both;}
.list-contain-col-md1{
    width: 337px;
    height: 230px;}
.list-contain-col-md2{
    width: 100%;
    height: 230px;
    margin-top: 10px;}
.list-title{
    border-bottom: 2px solid #B01512;
    margin-top: 30px;
    height:30px;}
.list-title a{
    font-size: 18px;
    color: #B01512;
    font-weight: bolder;}
.list-title a:hover{
    font-size: 18px;
    color: #B01512;
    font-weight: bolder;}
.list-title a:link{
    text-decoration: none;}
.text{
    margin: 0 auto;}
.center-im{}
/*底部面板*/
.bottom{
    height: 80px;
    width: 100%;
    margin-top: 10px;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#FFF,
endColorStr=#1862EF); /*ie*/ 
    background:-moz-linear-gradient(left,#FFF,#1862EF);/*火狐*/ 
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#FFF), to(#1862EF));/*谷歌*/ 
    background: -webkit-linear-gradient(top, #FFF , #1862EF);   
    background: -o-linear-gradient(top, #FFF , #1862EF);   
    background: -ms-linear-gradient(top,  #FFF, #1862EF);   
    background: linear-gradient(top,  #FFF, #1862EF);}
.bottom_1{
    height: 80px;
    width: 100%;
    margin-top: 10px;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#FFF,
endColorStr=#1862EF); /*ie*/ 
    background:-moz-linear-gradient(left,#FFF,#1862EF);/*火狐*/ 
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#FFF), to(#1862EF));/*谷歌*/ 
    background: -webkit-linear-gradient(top, #FFF , #b01512);   
    background: -o-linear-gradient(top, #FFF , #1862EF);   
    background: -ms-linear-gradient(top,  #FFF, #B01512);   
    background: linear-gradient(top,  #FFF, #1862EF);}
.link{
    text-align: center;
    cellpadding: 0;
    cellspacing: 0;
    height: 50px;
    width: 100%;
    margin: 0 auto;}
.link span{
    font-family: verdana; 
    display: block; 
    margin-top: 10px; 
    float: right; 
    vertical-align: center; 
    font-weight: bold; 
    font-size: 20px;}
.link ul{
    display: flex;}
.link ul li{
    float: left;
    list-style: none;
    width: 140px;margin: 0 15px;}
.foot{
    height: 50px;
    width: 1024px;
    margin: 0 auto;}